projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b3bbe0
)
gl renderer: Add missing debug output for repeat ops
author
Timm Bäder
<mail@baedert.org>
Fri, 18 Dec 2020 17:13:28 +0000
(18:13 +0100)
committer
Timm Bäder
<mail@baedert.org>
Mon, 21 Dec 2020 09:26:03 +0000
(10:26 +0100)
gsk/gl/gskglrenderer.c
patch
|
blob
|
history
diff --git
a/gsk/gl/gskglrenderer.c
b/gsk/gl/gskglrenderer.c
index 7c11ee8698e911decc5d733f9b99e40007a43930..4af89c5258c76ef8a031c5825ca854d545095b79 100644
(file)
--- a/
gsk/gl/gskglrenderer.c
+++ b/
gsk/gl/gskglrenderer.c
@@
-3199,6
+3199,7
@@
static inline void
apply_repeat_op (const Program *program,
const OpRepeat *op)
{
+ OP_PRINT (" -> Repeat");
glUniform4fv (program->repeat.child_bounds_location, 1, op->child_bounds);
glUniform4fv (program->repeat.texture_rect_location, 1, op->texture_rect);
}